go.pact.im/x/clock.Clock.sched (method)

5 uses

	go.pact.im/x/clock (current package)
		clock.go#L71: 	return c.sched().Schedule(d, f)
		clock.go#L75: func (c *Clock) sched() Scheduler {
		now.go#L19: 	s := c.sched()
		ticker.go#L48: 	s := c.sched()
		timer.go#L69: 	s := c.sched()